﻿je_reconquer_england = {
	icon = "gfx/interface/icons/event_icons/event_military.dds"

	is_shown_when_inactive = {
		exists = c:ENG
		this = c:ENG
		any_neighbouring_state = {
			is_homeland_of_country_cultures = ROOT
		}
	}

	possible = {
		OR = {
			NOT = { owns_entire_state_region = STATE_HOME_COUNTIES }
			NOT = { owns_entire_state_region = STATE_LANCASHIRE }
			NOT = { owns_entire_state_region = STATE_YORKSHIRE }
			NOT = { owns_entire_state_region = STATE_MIDLANDS }
			NOT = { owns_entire_state_region = STATE_EAST_ANGLIA }
			NOT = { owns_entire_state_region = STATE_WEST_COUNTRY }
		}
	}

	complete = {
		owns_entire_state_region = STATE_HOME_COUNTIES 
		owns_entire_state_region = STATE_LANCASHIRE
		owns_entire_state_region = STATE_YORKSHIRE
		owns_entire_state_region = STATE_MIDLANDS
		owns_entire_state_region = STATE_EAST_ANGLIA
		owns_entire_state_region = STATE_WEST_COUNTRY
	}

    on_complete = {
	}
	
	weight = 100
	should_be_pinned_by_default = yes
}

je_conquer_wales = {
	icon = "gfx/interface/icons/event_icons/event_military.dds"

	is_shown_when_inactive = {
		exists = c:ENG
		this = c:ENG
		NOT = { owns_entire_state_region = STATE_WALES }
	}

	possible = {
		NOT = {
			owns_entire_state_region = STATE_WALES 
		}
	}

	complete = {
		owns_entire_state_region = STATE_WALES 
	}

    on_complete = {
	}
	
	weight = 100
	should_be_pinned_by_default = yes
}
